const internal/strconv.pow10Min
3 uses
internal/strconv (current package)
math.go#L34: if e < pow10Min || e > pow10Max {
math.go#L37: return pow10Tab[e-pow10Min], 1 + mulLog2_10(e), true
pow10tab.go#L12: pow10Min = -348
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)